projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2097e21
)
(tty-register-default-colors): Remove special case for w32.
author
Jason Rumney
<jasonr@gnu.org>
Wed, 21 Nov 2007 03:35:28 +0000
(
03:35
+0000)
committer
Jason Rumney
<jasonr@gnu.org>
Wed, 21 Nov 2007 03:35:28 +0000
(
03:35
+0000)
lisp/term/tty-colors.el
patch
|
blob
|
history
diff --git
a/lisp/term/tty-colors.el
b/lisp/term/tty-colors.el
index 70323e3155b702491ed50268024e1a4606deaa3c..5622efa022d074b3675b871f5620055acbdc89f2 100644
(file)
--- a/
lisp/term/tty-colors.el
+++ b/
lisp/term/tty-colors.el
@@
-63,7
+63,6
@@
;;; Code:
(defvar msdos-color-values)
-(defvar w32-tty-standard-colors)
;; The following list is taken from rgb.txt distributed with X.
;;
@@
-816,8
+815,6
@@
Value is the modified color alist for FRAME."
"Register the default set of colors for a character terminal."
(let* ((colors (cond ((eq window-system 'pc)
msdos-color-values)
- ((eq system-type 'windows-nt)
- w32-tty-standard-colors)
(t tty-standard-colors)))
(color (car colors)))
(while colors